Showing posts with label Font Text Tag. Show all posts
Showing posts with label Font Text Tag. Show all posts

HTML Quotation Tag

<q>    
  • HTML q Tag.
  • It is formatting HTML tags for the web page.
  • It used for the short quotation.

HTML Definition Tag

<dfn>    
  • HTML dfn Tag.
  • It is formatting HTML tags for the web page.
  • It describes the definition phrase.

HTML Emphasized Text Tag

<em>    
  • HTML em Tag.
  • It is formatting HTML tags for the web page.
  • It uses to emphasize, highlight the text on web page.

HTML Font Tag

<font>    
  • HTML Font Tag.
  • It is formatting HTML tags for the web page.
  • It defines the font family, font style, font color, font size, font weight, font variant for the text in web page.
  • Not supported for HTML5.

HTML Italic Text Tag

<i>    
  • HTML i Tag.
  • It is formatting HTML tags for the web page.
  • It displays the text in italic style.

HTML Preformatted Tag

<pre>    
  • HTML pre Tag.
  • It is formatting HTML tags for the web page.
  • It defines the preformatted text.

HTML rp Tag

<rp>    
  • HTML rp Tag.
  • It is formatting HTML tags for the web page.
  • It defines what to show if a browser does not support ruby annotations.

HTML rt Tag

<rt>    
  • HTML rt Tag.
  • It is formatting HTML tags for the web page.
  • It defines the clarification and pronunciation of characters for East Asian font.

HTML Ruby Tag

<ruby>    
  • HTML Ruby Tag.
  • It is formatting HTML tags for the web page.
  • It defines a ruby annotation for East Asian font.

HTML Strike Text Tag

<s>    

HTML Sample Output Tag

<samp>    
  • HTML samp Tag.
  • It is formatting HTML tags for the web page.
  • It defines sample output from the computer program.

HTML Small Text Tag

<small>    

HTML Strikethrough Text Tag

<strike>    
  • HTML strike Tag.
  • It is formatting HTML tags for the web page.
  • It defines strike-through text. The text in not applicable now.
  • Not supported in HTML5.

HTML Strong Text Tag

<strong>    
  • HTML strong Tag.
  • It is formatting HTML tags for the web page.
  • It defines important text. Display the text in Bold font.

HTML Subscription Text Tag

<sub>    
  • HTML sub Tag.
  • It is formatting HTML tags for the web page.
  • It defines sub-scripted text.

HTML Superscripted Tag

<sup>    

HTML Tele Type Text Tag

<tt>    
  • HTML tt Tag.
  • It is formatting HTML tags for the web page.
  • It defines teletype text.
  • Not supported in HTML5.

HTML Underline Text Tag

<u>    
  • HTML u Tag.
  • It is formatting HTML tags for the web page.
  • It defines the text that is different from normal text. Its underline.

HTML Big Text Tag

<big>    
  • HTML Big Tag.
  • It is formatting HTML tags for the web page.
  • It defines big text in web page.
  • Not supported for HTML5.

HTML Override Tag

<bdo>    
  • HTML bdo Tag.
  • It is formatting HTML tags for the web page.
  • It uses to override the existing text direction.